home *** CD-ROM | disk | FTP | other *** search
- /*
- ** Header file for pascal string, C string, and formatting utility routines
- **
- ** Written by Alan B. Mimms, 22 Oct, 1987
- **
- ** Permission is hereby granted to freely duplicate, modify, disseminate,
- ** and otherwise distribute this software until your heart's content.
- ** No copyright is claimed. However, I am not responsible for the
- ** performance of this software and may not be held accountable for
- ** any failure of the software to perform in any way under any circum-
- ** stances.
- */
-
- typedef unsigned char uchar;
- typedef uchar numbuf [34];
-
- extern int pstrcmp ();
- extern uchar *pstrcpy (), *pstrcat ();
- extern uchar *cpyc2p ();
- extern uchar *cpyp2c ();
- extern uchar *numfmt ();
-